- columns
uint columns()
Undocumented in source. Be warned that the author may not have intended to support it.
- firstGid
uint firstGid()
Undocumented in source. Be warned that the author may not have intended to support it.
- isReady
bool isReady()
Undocumented in source. Be warned that the author may not have intended to support it.
- loadImage
IImage loadImage(void delegate(IImage self) onSuccess, void delegate() onFailure)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadTexture
bool loadTexture()
Undocumented in source. Be warned that the author may not have intended to support it.
- margin
int margin()
Undocumented in source. Be warned that the author may not have intended to support it.
- name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
- onDispose
void onDispose()
Undocumented in source. Be warned that the author may not have intended to support it.
- onFinishLoading
void onFinishLoading()
Undocumented in source. Be warned that the author may not have intended to support it.
- path
string path()
Undocumented in source. Be warned that the author may not have intended to support it.
- setTexture
void setTexture(IHipTexture texture)
Undocumented in source. Be warned that the author may not have intended to support it.
- spacing
int spacing()
Undocumented in source. Be warned that the author may not have intended to support it.
- texture
IHipTexture texture()
Undocumented in source. Be warned that the author may not have intended to support it.
- textureHeight
uint textureHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
- texturePath
string texturePath()
Undocumented in source. Be warned that the author may not have intended to support it.
- textureWidth
uint textureWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
- tileHeight
uint tileHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
- tileWidth
uint tileWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
- tiles
Tile[] tiles()
Undocumented in source. Be warned that the author may not have intended to support it.
- fromAtlas
IHipTileset fromAtlas(HipTextureAtlas atlas)
Untested. D's Associative Arrays aren't deterministic, this is subject to bug.
- fromSpritesheet
IHipTileset fromSpritesheet(Array2D_GC!IHipTextureRegion regions)
Undocumented in source. Be warned that the author may not have intended to support it.
- read
HipTilesetImpl read(string path, void delegate(HipTilesetImpl self) onSuccess, void delegate() onError, uint firstGid)
Undocumented in source. Be warned that the author may not have intended to support it.
- readFromMemory
HipTilesetImpl readFromMemory(string path, string data, void delegate(HipTilesetImpl) onSuccess, void delegate() onError, uint firstGid)
Undocumented in source. Be warned that the author may not have intended to support it.
- readJSON
HipTilesetImpl readJSON(string path, uint firstGid, void delegate(HipTilesetImpl self) onSuccess, void delegate() onError)
Undocumented in source. Be warned that the author may not have intended to support it.
- readJSON
HipTilesetImpl readJSON(string path, uint firstGid, JSONValue t, void delegate(HipTilesetImpl self) onSuccess, void delegate() onError)
Undocumented in source. Be warned that the author may not have intended to support it.